home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / 110a115a.zip / WINHOST.ZIP / P_HELP_1.TXT < prev    next >
Text File  |  1995-12-22  |  1KB  |  23 lines

  1. Help for Xmodem-1K
  2.  
  3. This is a small variation of Xmodem that sends blocks that are 1
  4. Kilobyte (1024 bytes) in size. This protocol is still mistakenly
  5. called 'Ymodem' by many programs, but people are gradually moving
  6. over to the proper name.
  7.  
  8. When the receiving computer is satisfied that a block has arrived
  9. intact, it signals so and waits for the next block. Error checking is
  10. a checksum or a more sophisticated Cyclic Redundancy Check. Telix
  11. supports both and will automatically use the right one. During a
  12. download, Telix will attempt to use the CRC, but will switch to
  13. checksum if it seems the host does not support CRC. The Xmodem
  14. protocol also needs a setup of no parity, 8 data bits, and 1 stop
  15. bit. If your communications parameters are different from these when
  16. you start an Xmodem transfer, Telix will switch to the required setup
  17. for the transfer, and back to the original setup after it is
  18. finished.
  19.  
  20. Xmodem-1K is much faster than Xmodem, but because of the need to wait
  21. for acknowledgement after each block, Xmodem is capable of
  22. approximately 90-95% of the maximum theoretical transfer rate.
  23.